home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000061_jaltman@watsun.cc.columbia.edu_Wed Nov 6 09:14:40 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  43 lines

  1. Article: 13824 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: SSH in K95 now giving me "permission denied"
  6. Date: 6 Nov 2002 03:46:43 GMT
  7. Organization: Columbia University
  8. Lines: 26
  9. Message-ID: <aqa3b3$457$1@newsmaster.cc.columbia.edu>
  10. References: <6bd7331b.0211030740.567dd1bc@posting.google.com> <aq3gps$d13$1@newsmaster.cc.columbia.edu> <6bd7331b.0211051810.7a4c8ead@posting.google.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1036554403 4263 128.59.39.2 (6 Nov 2002 03:46:43 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 6 Nov 2002 03:46:43 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13824
  16.  
  17. In article <6bd7331b.0211051810.7a4c8ead@posting.google.com>,
  18. A. Lewenberg <adam@macrotex.net> wrote:
  19. : I don't know. All I want to do is connect to a linux ssh server. How
  20. : do I make the keys match (I thought that happened automatically)?
  21.  
  22. If the keys do not match it is because the keys assigned to the server
  23. have changed since your initial connection.  If this is the case, 
  24. you will be presented a dialog indicating a potential attack.
  25.  
  26. The keys are stored in the directory
  27.  
  28.   <PROFILE-DIR>/Application Data/Kermit 95/SSH
  29.  
  30. In K95 issue the command
  31.  
  32.   KCD APPDATA
  33.   CD SSH
  34.   DIR
  35.  
  36. Edit the host keys file and remove the key for the host you are connecting 
  37. to if it doesn't match and you trust that the host has not been compromised.
  38.  
  39.  Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
  40.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  41.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  42.  kermit-support@columbia.edu               OpenSSL.
  43.